projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23b6422
)
(lisp-complete-symbol): Sort the list.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 1 Nov 1996 08:19:07 +0000
(08:19 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 1 Nov 1996 08:19:07 +0000
(08:19 +0000)
lisp/emacs-lisp/lisp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/lisp.el
b/lisp/emacs-lisp/lisp.el
index fb9443e0788198fc8acaa4b6b67e37e250ef950f..767c96e620b66633f7b837643b86144ee8f2a8f6 100644
(file)
--- a/
lisp/emacs-lisp/lisp.el
+++ b/
lisp/emacs-lisp/lisp.el
@@
-299,6
+299,7
@@
function definitions, values or properties are considered."
(goto-char (max (point-min) (- (point) 4)))
(looking-at " <f>"))
(forward-char -4))))))
+ (setq list (sort list 'string<))
(or (eq predicate 'fboundp)
(let (new)
(while list